.contact{
    padding-bottom: 50px;
}

.contact-information{
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    padding-bottom: 42px;
    position: relative;
    z-index: 2;
}

.information-name{
    text-align: center;
    font-size: 42px;
}

.information-address{
    text-align: center;
    font-size: 16px;
    color: #1d2736;
}

.information-ul{
    display: flex;
    margin-top: 60px;
}

.information-li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #EEEEEE;
}

.information-li:last-child{
    border-right: 0;
}

.information-p1{
    font-size: 14px;
    color: #777D86;
    margin-top: 25px;
    margin-bottom: 8px;
}

.information-p2{
    font-size: 24px;
    color: #1d2736;
}

.informationA{
    font-size: 24px;
    color: #1d2736;
}

.informationA:hover{
    color: #1d2736;
}

.maps{
    position: relative;
    margin-top: -200px;
    margin-bottom: 50px;
}

.mapsico{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.guide-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E6212A;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

.guide-p{
    text-align: center;
    font-size: 18px;
    color: #1d2736;
    margin-top: 10px;
}

.guide{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.messages{
    margin-top: 200px;
    display: none;
}

.message-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.messages-content{
    margin: 50px 0;
}

.messages1{
    width: 49.5%;
}

.messages2{
    width: 100%;
}

.messages-inp{
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.inp1{
    height: 60px;
}

.messages-inp::placeholder{
    color: #999999;
}

.messages-inp:focus{
    outline: 0;
    border-color: #62a8ea;
}

.messages-but{
    width: 100%;
    height: 46px;
    background-color: #E6212A;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.messages-but:focus{
    outline: 0;
}